home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 December / Chip_2003-12_cd1.bin / program / ctenari / ShiCola / CodePad37.exe / $INSTDIR / Syntax Definitions / rapidq.def < prev    next >
Encoding:
Text File  |  2003-10-17  |  6.4 KB  |  217 lines

  1. object TPersHolder
  2.   P.Name = 'Rapid-Q'
  3.   P.Extensions.Strings = (
  4.     'RapidQ Files (*.rqb)|*.rqb')
  5.   P.SyntaxBlocks = <
  6.     item
  7.       Name = 'Default'
  8.       ID = 0
  9.       FIText = 0
  10.       FIIntNum = 1
  11.       FIFloatNum = 2
  12.       FIHexNum = 3
  13.       FIDirective = 4
  14.       FISymbol = 9
  15.       UseSymbols = True
  16.       UseLineDirectives = True
  17.       UseComments = True
  18.       UseSingleLineComments = True
  19.       UseStrings = True
  20.       UseSingleLineStrings = True
  21.       UseNumbers = True
  22.       UseIdentifiers = True
  23.       UseSuffixedIdentifiers = True
  24.       UseKeywords = True
  25.       BlockDelimiters = <>
  26.       LineDirectivePrefix = '#'
  27.       SingleLineCommentDelimiters = <
  28.         item
  29.           FontID = 5
  30.           LeftDelimiter = #39
  31.         end
  32.         item
  33.           FontID = 6
  34.           LeftDelimiter = 'rem'
  35.         end>
  36.       SingleLineStringDelimiters = <
  37.         item
  38.           FontID = 7
  39.           LeftDelimiter = '"'
  40.           RightDelimiter = '"'
  41.         end>
  42.       IdentSuffixes = <
  43.         item
  44.           LeftDelimiter = '$'
  45.         end>
  46.       KeywordSets = <
  47.         item
  48.           FontID = 10
  49.           Name = 'console'
  50.           Keywords = 
  51.             'CLS,COLOR,CSRLIN,INKEY$,INPUT,LCASE$,LOCATE,PCOPY,PEEK,POKE,POS(' +
  52.             '0),PRINT,SLEEP'
  53.         end
  54.         item
  55.           FontID = 8
  56.           Name = 'operators'
  57.           Keywords = 'INV,MOD,NOT,OR,SHL,SHR,XOR'
  58.         end
  59.         item
  60.           FontID = 11
  61.           Name = 'reserved'
  62.           Keywords = 
  63.             'ABS,ACOS,ALIAS,AND,APPLICATION,APPTYPE,AS,ASC,ASIN,ATN,BIN$,BIND' +
  64.             ',BYREF,BYTE,BYVAL,CALL,CALLFUNC,CASE,CINT,CLNG,COMMAND$,COMMANDC' +
  65.             'OUNT,CONST,CONSTRUCTOR,CONVBASE$,COS,CREATE,CURDIR$,DATA,DATE$,D' +
  66.             'ECLARE,DEFINE,DELETE$,DIM,DIR$,DIREXISTS,DO,DOEVENTS,DOUBLE,ELSE' +
  67.             ',ELSEIF,END,ENDIF,ENVIRON,ENVIRON$,ESCAPECHARS,EXP,EXTRACTRESOUR' +
  68.             'CE,FIELD$,FILEEXISTS,FIX,FOR,FORMAT$,FRAC,FUNCTION,FUNCTIONI,GOS' +
  69.             'UB,GOTO,HEX$,CHDIR,CHR$,IF,IFDEF,IFNDEF,IIF,INC,INCLUDE,INP,INSE' +
  70.             'RT$,INSTR,INT,INTEGER,ISCONSOLE,LBOUND,LEFT$,LEN,LFLUSH,LIB,LOG,' +
  71.             'LONG,LOOP,LPRINT,LTRIM$,MESSAGEDLG,MID$,MKDIR,MOUSEX,MOUSEY,NEXT' +
  72.             ',OPTIMIZE,OPTION,OUT,PARAMSTR$,PARAMSTRCOUNT,PARAMVAL,PARAMVALCO' +
  73.             'UNT,PLAYWAV,POSTMESSAGE,QUICKSORT,RANDOMIZE,READ,REDIM,RENAME,RE' +
  74.             'PLACE$,REPLACESUBSTR$,RESOURCE,RESOURCECOUNT,RESTORE,RETURN,REVE' +
  75.             'RSE$,RGB,RIGHT$,RINSTR,RMDIR,RND,ROUND,RTRIM$,RUN,SCREEN,SELECT,' +
  76.             'SENDMESSAGE,SGN,SHELL,SHORT,SHOWMESSAGE,SIN,SINGLE,SPACE$,SQR,ST' +
  77.             'ACK,STEP,STR$,STRF$,STRING,STRING$,STRUCT,SUB,SUBI,SWAP,TALLY,TA' +
  78.             'N,THEN,TIME$,TIMER,TO,TYPE,TYPECHECK,UBOUND,UCASE$,UNDEF,UNTIL,V' +
  79.             'AL,VARPTR,VARPTR$,WEND,WHILE,WITH,WORD'
  80.         end
  81.         item
  82.           FontID = 13
  83.           Name = 'components'
  84.           Keywords = 
  85.             'CLIPBOARD,PRINTER,QBITMAP,QBUTTON,QCANVAS,QCOMBOBOX,QCOMPORT,QCO' +
  86.             'OLBTN,QDIRTREE,QEDIT,QFILELISTBOX,QFILESTREAM,QFONT,QFONTDIALOG,' +
  87.             'QFORM,QGAUGE,QGLASSFRAME,QGROUPBOX,QHEADER,QCHECKBOX,QIMAGE,QIMA' +
  88.             'GELIST,QLABEL,QLISTBOX,QLISTVIEW,QMAINMENU,QMEMORYSTREAM,QMENUIT' +
  89.             'EM,QMYSQL,QNOTIFYICONDATA,QOPENDIALOG,QOUTLINE,QOVALBTN,QPANEL,Q' +
  90.             'POPUPMENU,QRADIOBUTTON,QRECT,QREGISTRY,QRICHEDIT,QSAVEDIALOG,QSC' +
  91.             'ROLLBAR,QSCROLLBOX,QSOCKET,QSPLITTER,QSTATUSBAR,QSTRINGGRID,QSTR' +
  92.             'INGLIST,QTABCONTROL,QTIMER,QTRACKBAR'
  93.         end>
  94.     end>
  95.   P.FontTable = <
  96.     item
  97.       FontID = 0
  98.       GlobalAttrID = 'Whitespace'
  99.       Font.Charset = DEFAULT_CHARSET
  100.       Font.Color = clBlack
  101.       Font.Height = -13
  102.       Font.Name = 'Courier New'
  103.       Font.Style = []
  104.     end
  105.     item
  106.       FontID = 1
  107.       GlobalAttrID = 'Integer'
  108.       Font.Charset = DEFAULT_CHARSET
  109.       Font.Color = clTeal
  110.       Font.Height = -13
  111.       Font.Name = 'Courier New'
  112.       Font.Style = []
  113.     end
  114.     item
  115.       FontID = 2
  116.       GlobalAttrID = 'Float'
  117.       Font.Charset = DEFAULT_CHARSET
  118.       Font.Color = clTeal
  119.       Font.Height = -13
  120.       Font.Name = 'Courier New'
  121.       Font.Style = []
  122.     end
  123.     item
  124.       FontID = 3
  125.       GlobalAttrID = 'Integer'
  126.       Font.Charset = DEFAULT_CHARSET
  127.       Font.Color = clTeal
  128.       Font.Height = -13
  129.       Font.Name = 'Courier New'
  130.       Font.Style = []
  131.     end
  132.     item
  133.       FontID = 4
  134.       GlobalAttrID = 'Defines'
  135.       Font.Charset = DEFAULT_CHARSET
  136.       Font.Color = clBlack
  137.       Font.Height = -13
  138.       Font.Name = 'Courier New'
  139.       Font.Style = []
  140.     end
  141.     item
  142.       FontID = 5
  143.       GlobalAttrID = 'Comment'
  144.       Font.Charset = DEFAULT_CHARSET
  145.       Font.Color = clGreen
  146.       Font.Height = -13
  147.       Font.Name = 'Courier New'
  148.       Font.Style = [fsItalic]
  149.     end
  150.     item
  151.       FontID = 6
  152.       GlobalAttrID = 'Comment'
  153.       Font.Charset = DEFAULT_CHARSET
  154.       Font.Color = clGreen
  155.       Font.Height = -13
  156.       Font.Name = 'Courier New'
  157.       Font.Style = [fsItalic]
  158.     end
  159.     item
  160.       FontID = 7
  161.       GlobalAttrID = 'String'
  162.       Font.Charset = DEFAULT_CHARSET
  163.       Font.Color = clMaroon
  164.       Font.Height = -13
  165.       Font.Name = 'Courier New'
  166.       Font.Style = [fsBold]
  167.     end
  168.     item
  169.       FontID = 9
  170.       GlobalAttrID = 'Delimiters'
  171.       Font.Charset = DEFAULT_CHARSET
  172.       Font.Color = clGray
  173.       Font.Height = -13
  174.       Font.Name = 'Courier New'
  175.       Font.Style = []
  176.     end
  177.     item
  178.       FontID = 10
  179.       GlobalAttrID = 'Identifier'
  180.       Font.Charset = DEFAULT_CHARSET
  181.       Font.Color = clPurple
  182.       Font.Height = -13
  183.       Font.Name = 'Courier New'
  184.       Font.Style = []
  185.     end
  186.     item
  187.       FontID = 8
  188.       GlobalAttrID = 'Delimiters'
  189.       Font.Charset = DEFAULT_CHARSET
  190.       Font.Color = clGray
  191.       Font.Height = -13
  192.       Font.Name = 'Courier New'
  193.       Font.Style = []
  194.     end
  195.     item
  196.       FontID = 11
  197.       GlobalAttrID = 'Reserved words'
  198.       Font.Charset = DEFAULT_CHARSET
  199.       Font.Color = clBlue
  200.       Font.Height = -13
  201.       Font.Name = 'Courier New'
  202.       Font.Style = []
  203.     end
  204.     item
  205.       FontID = 13
  206.       GlobalAttrID = 'Reserved words'
  207.       Font.Charset = DEFAULT_CHARSET
  208.       Font.Color = clBlue
  209.       Font.Height = -13
  210.       Font.Name = 'Courier New'
  211.       Font.Style = []
  212.     end>
  213.   P.SyntaxVersion = 3
  214. end
  215.  
  216.  
  217.